home *** CD-ROM | disk | FTP | other *** search
- #ifndef _BUTTON_CH
- #define _BUTTON_CH
-
- #xcommand @ <nRow>, <nCol> BUTTON <cPrompt> ;
- [ <action:ACTION,EXECUTE,EXEC> <uAction> ] ;
- [ WHEN <uWhen> ] ;
- [ VALID <uValid> ] ;
- [ COLOR <cColors> ] ;
- => ;
- AAdd( GetList, TButton():New( <nRow>, <nCol>, <cPrompt>,;
- <{uAction}>, <{uWhen}>, <{uValid}>, <cColors> ) ) ;;
- ATail( GetList ):Display()
-
- #endif
-